From 72fe406c4d3b9b3a0166a350a542ce13ddc21c63 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 22 May 2022 12:45:28 +0000 Subject: [PATCH] gesturedrag: Fix docs Leftover from GTK3. Coordinates are widget relative everywhere now. --- gtk/gtkgesturedrag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkgesturedrag.c b/gtk/gtkgesturedrag.c index 65b196ae7d..629d8bb255 100644 --- a/gtk/gtkgesturedrag.c +++ b/gtk/gtkgesturedrag.c @@ -230,7 +230,7 @@ gtk_gesture_drag_new (void) * * If the @gesture is active, this function returns %TRUE * and fills in @x and @y with the drag start coordinates, - * in surface-relative coordinates. + * in widget-relative coordinates. * * Returns: %TRUE if the gesture is active */ -- 2.30.2